﻿2026-06-04T12:39:27.4753725Z ##[group]Run actions/checkout@v5
2026-06-04T12:39:27.4754516Z with:
2026-06-04T12:39:27.4754900Z   repository: SaberMage/spt-core
2026-06-04T12:39:27.4758176Z   token: ***
2026-06-04T12:39:27.4758531Z   ssh-strict: true
2026-06-04T12:39:27.4758855Z   ssh-user: git
2026-06-04T12:39:27.4759168Z   persist-credentials: true
2026-06-04T12:39:27.4759538Z   clean: true
2026-06-04T12:39:27.4759864Z   sparse-checkout-cone-mode: true
2026-06-04T12:39:27.4760239Z   fetch-depth: 1
2026-06-04T12:39:27.4760590Z   fetch-tags: false
2026-06-04T12:39:27.4760909Z   show-progress: true
2026-06-04T12:39:27.4761250Z   lfs: false
2026-06-04T12:39:27.4761568Z   submodules: false
2026-06-04T12:39:27.4762065Z   set-safe-directory: true
2026-06-04T12:39:27.4762610Z ##[endgroup]
2026-06-04T12:39:27.6549994Z Syncing repository: SaberMage/spt-core
2026-06-04T12:39:27.6551248Z ##[group]Getting Git version info
2026-06-04T12:39:27.6551793Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T12:39:27.6812822Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T12:39:27.7018110Z git version 2.43.0.windows.1
2026-06-04T12:39:27.7048697Z ##[endgroup]
2026-06-04T12:39:27.7057119Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\eba78f53-0bb6-40c5-985d-d0dc97f74fce\.gitconfig'
2026-06-04T12:39:27.7071622Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\eba78f53-0bb6-40c5-985d-d0dc97f74fce' before making global git config changes
2026-06-04T12:39:27.7072626Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T12:39:27.7077274Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T12:39:27.7309317Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T12:39:27.7499475Z https://github.com/SaberMage/spt-core
2026-06-04T12:39:27.7528636Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T12:39:27.7533045Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T12:39:27.7725887Z refs/heads/dev-freeform
2026-06-04T12:39:27.7753987Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T12:39:27.8044953Z HEAD is now at a52dacb docs(plan): mark M4-D9-2 complete (three CI-green sub-slices)
2026-06-04T12:39:27.8525830Z ##[endgroup]
2026-06-04T12:39:27.8529637Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T12:39:28.2148023Z ##[group]Cleaning the repository
2026-06-04T12:39:28.2152974Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T12:39:30.5177328Z Removing target/
2026-06-04T12:39:30.5211154Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T12:39:30.5566656Z HEAD is now at a52dacb docs(plan): mark M4-D9-2 complete (three CI-green sub-slices)
2026-06-04T12:39:30.5591380Z ##[endgroup]
2026-06-04T12:39:30.5595400Z ##[group]Disabling automatic garbage collection
2026-06-04T12:39:30.5600271Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T12:39:30.5822062Z ##[endgroup]
2026-06-04T12:39:30.5822433Z ##[group]Setting up auth
2026-06-04T12:39:30.5828473Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T12:39:30.6041339Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T12:39:30.9744603Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T12:39:30.9973476Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T12:39:31.3670168Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T12:39:31.3885517Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T12:39:31.7561195Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T12:39:31.7858632Z ##[endgroup]
2026-06-04T12:39:31.7859039Z ##[group]Fetching the repository
2026-06-04T12:39:31.7865461Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +785002e707f71652c714a13d71e6d5c100db003a:refs/remotes/origin/dev-freeform
2026-06-04T12:39:33.3409515Z From https://github.com/SaberMage/spt-core
2026-06-04T12:39:33.3410159Z  + a52dacb...785002e 785002e707f71652c714a13d71e6d5c100db003a -> origin/dev-freeform  (forced update)
2026-06-04T12:39:33.3526994Z ##[endgroup]
2026-06-04T12:39:33.3527403Z ##[group]Determining the checkout info
2026-06-04T12:39:33.3528667Z ##[endgroup]
2026-06-04T12:39:33.3533685Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T12:39:33.3809930Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T12:39:33.4027422Z ##[group]Checking out the ref
2026-06-04T12:39:33.4032558Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T12:39:33.4441438Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T12:39:33.4441802Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T12:39:33.4442447Z Previous HEAD position was a52dacb docs(plan): mark M4-D9-2 complete (three CI-green sub-slices)
2026-06-04T12:39:33.4443044Z Switched to and reset branch 'dev-freeform'
2026-06-04T12:39:33.4712006Z ##[endgroup]
2026-06-04T12:39:33.4716202Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T12:39:33.4916830Z 785002e707f71652c714a13d71e6d5c100db003a
